home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / LF.ZIP / LF.RC < prev    next >
Text File  |  1991-07-05  |  252b  |  15 lines

  1. #include <windows.h>
  2. #include "lfwin.h"
  3. #include "lfdlg.h"
  4.  
  5. #include "lf.dlg"
  6.  
  7. lfico icon lf.ico
  8.  
  9. MENU_RESOURCE MENU
  10.     {
  11.         MENUITEM "&Run!", IDM_RUN
  12.         MENUITEM "&About...", IDM_ABOUT
  13.         MENUITEM "E&xit", IDM_EXIT
  14.     }
  15.